You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > ExtendToComplex Method > TMtxVec.ExtendToComplex Method ([In] TMtxVec, bool, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.ExtendToComplex Method ([In] TMtxVec, bool, int, int, int)

Converts the source to complex.

Syntax
C#
Visual Basic
public TMtxVec ExtendToComplex([In] TMtxVec Src, bool Zeros, int SrcIndex, int DstIndex, int Len);

Converts the source to complex by setting the imaginary part to either zero (zeros = True) or same as real (zeros = false). Does not set size of the calling vector. If there is not sufficient space available to store the result an exception will be raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!